From: Chong Yidong Date: Wed, 22 Aug 2007 22:28:01 +0000 (+0000) Subject: (image-minor-mode): Use image-mode-text-map. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17024 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9fb3a0392557f5771ad433b65f2a2851ee76936e;p=emacs.git (image-minor-mode): Use image-mode-text-map. --- diff --git a/lisp/image-mode.el b/lisp/image-mode.el index d4a6938a742..3b95bf20cc8 100644 --- a/lisp/image-mode.el +++ b/lisp/image-mode.el @@ -230,7 +230,7 @@ to toggle between display as an image and display as text." "Toggle Image minor mode. With arg, turn Image minor mode on if arg is positive, off otherwise. See the command `image-mode' for more information on this mode." - nil " Image" image-mode-map + nil " Image" image-mode-text-map :group 'image :version "22.1" (if (not image-minor-mode)